TypeScriptのcompile時にmodule specifierは書き換えられることはない
TypeScriptのcompile時に
module specifier
は書き換えられることはない
どのオプションをいじっても、import 指定子 (上図の “./hoge” の部分) がコンパイル時に書き換えられることはない。
ref
tsconfigのmodule
tsconfigのmoduleResolution
tsconfigのmoduleDetection
https://twitter.com/orta/status/1444958295865937920
https://github.com/microsoft/TypeScript/issues/35589
https://github.com/microsoft/TypeScript/issues/40878